Show AllShow All

RANDBETWEEN

See Also

Returns a random number between the numbers you specify. A new random number is returned every time the worksheet is calculated.

If this function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in.

ShowHow?

Syntax

RANDBETWEEN(bottom,top)

Bottom    is the smallest integer RANDBETWEEN will return.

Top    is the largest integer RANDBETWEEN will return.

Example

The example may be easier to understand if you copy it to a blank worksheet.

Show How?

 
1
2
3
A B
Formula Description (Result)
=RANDBETWEEN(1,100) Random number between 1 and 100 (varies)
=RANDBETWEEN(-1,1) Random number between -1 and 1 (varies)